Madsen is a small, technically focused software publisher whose catalog currently revolves around a single, highly specialized utility: VBinDiff. Originally released for DOS and later ported to POSIX environments, VBinDiff (Visual Binary Diff) is a lightweight, keyboard-driven tool that opens any file in a synchronized dual-pane hex-and-ASCII view and instantly marks byte-level differences when a second file is loaded. Security researchers, embedded developers, ROM hackers, and forensic analysts value the program for its ability to reveal silent corruption, verify patch integrity, or pinpoint the exact offset where firmware revisions diverge without altering the originals. Because it works directly on raw streams, it is equally useful for comparing disk images, large log archives, or non-standard binary formats that traditional text-oriented diff utilities refuse to parse. The interface remains deliberately minimal—navigation is performed with arrow keys, color highlighting differentiates changed, inserted, or deleted bytes, and search supports both hexadecimal strings and printable text—so audits can be completed inside a terminal or console window without launching a heavier GUI suite. Despite its narrow scope, the utility’s portability, open-source lineage, and absence of installation requirements have kept it alive across decades as a trusted component in Windows, Linux, and macOS toolchains. Madsen’s software is available for free on get.nero.com, where downloads are delivered through verified Windows package sources such as winget, always providing the newest build and permitting batch installation alongside other applications.
Visual Binary Diff (VBinDiff) displays files in hex & ASCII and can highlight the differences between 2 files.
Details